type runtime.traceStackTable

7 uses

	runtime (current package)
		trace.go#L129: 	stackTab      traceStackTable // maps stack traces to unique ids
		trace.go#L768: type traceStackTable struct {
		trace.go#L795: func (tab *traceStackTable) put(pcs []uintptr) uint32 {
		trace.go#L828: func (tab *traceStackTable) find(pcs []uintptr, hash uintptr) uint32 {
		trace.go#L845: func (tab *traceStackTable) newStack(n int) *traceStack {
		trace.go#L864: func (tab *traceStackTable) dump() {
		trace.go#L899: 	*tab = traceStackTable{}